home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / PhotoSuite II / DATA1.CAB / English_Resources / WorkflowsComponent / Photos / EditorGetPhotoNet.wkf < prev    next >
Encoding:
Text File  |  1999-01-08  |  1.4 KB  |  56 lines

  1. ////////////////////////////////////////////////////////////////
  2. //
  3. //    EditorGetPhotoNet.wkf
  4. //
  5. //     Main workflow for the PhotoNet handling page
  6. //
  7.  
  8. //
  9. //    Source of catalog stuffer
  10. //
  11.  
  12. 10    STRING    camera:Photonet:/MGIQUERYROLL/                    // Roll source enumerator
  13. 11    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071        // Loader for it
  14. 12    STRING    file:/resources/CatalogsComponent!Common!_Empty.pza        // Target for listbox    
  15. 13    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071        // Loader for it
  16.  
  17. //
  18. //    Destination of catalog stuffer
  19. //
  20.  
  21. // Hum. I need a moniker to BIFF!!!
  22. // Temporarily send to an msc file
  23. 20    STRING    dummy
  24.  
  25. //
  26. //    Quality setting
  27. //
  28. 30    STRING    file:/resources/CatalogsComponent!Photos!PhotoNetQuality.pza    // Catalog of quality settings
  29. 31    7D0DF7C0-D74F-11D0-AEE0-00C0A84E4071        // Loader for it
  30. 32    STRING    file:/resources/CatalogsComponent!Common!_Empty.pza        // Target for listbox    
  31.  
  32. //
  33. //    Generic parameters for Catalog stuffer
  34. //
  35.  
  36. 40    STRING    Photo    // Filename prefix
  37. 41    INTEGER    0 0 1    // Add to album flag
  38. //
  39. //    Catalog stuffer
  40. //
  41.  
  42. 50    AA009740-9576-11D1-8445-0080C851B1BB
  43.  
  44.  
  45. LINK    10 0 11 0            // Load the Camera list
  46. LINK    12 0 13 0
  47.  
  48. LINK    30 0 31 0
  49.  
  50. LINK    12 0 50 0            // CatalogSource Moniker to Stuffer
  51. LINK    40 0 50 1            // Filename Prefix
  52. LINK    41 0 50 2            // Add to album flag
  53. LINK    20 0 50 3            // Destination Moniker to Stuffer
  54. LINK    32 0 50 5
  55. LINK    11 0 50 6
  56.